cargo.git
2015-07-17 Alex CrichtonRun travis against stable/beta/nightly
2015-07-17 Alex CrichtonBacktrack more aggressively when resolving
2015-07-17 Alex CrichtonUpdate Rust nightly
2015-07-17 Alex CrichtonFix running `cargo test` from the project root
2015-07-17 borsAuto merge of #1812 - alexcrichton:moar-filtering,...
2015-07-17 Alex CrichtonOnly compile activated optional dependencies
2015-07-17 Alex CrichtonRemove an unnecessary HashMap when Vec works
2015-07-17 borsAuto merge of #1808 - Gankro:msg, r=alexcrichton
2015-07-17 borsAuto merge of #1810 - alexcrichton:update-rust-installe...
2015-07-16 Alex CrichtonUpdate rust-installer submodule
2015-07-15 Alexis Beingessnerfix error message copy-paste error
2015-07-13 borsAuto merge of #1803 - tafia:patch-1, r=alexcrichton
2015-07-13 Johann Tuffeavoid an unnecessary clone in without_prefix
2015-07-08 borsAuto merge of #1792 - steveklabnik:gh26482, r=alexcrichton
2015-07-08 Steve KlabnikDont refer to NPM for semver
2015-07-07 borsAuto merge of #1788 - alexcrichton:appveyor, r=brson
2015-07-07 Alex CrichtonRewrite dependency installation in Python
2015-07-07 borsAuto merge of #1780 - seth:sf/nested-projects-fix,...
2015-07-07 Seth FalconUse info! instead of warn! for skipping message
2015-07-07 borsAuto merge of #1776 - alexcrichton:no-entry-found-for...
2015-07-07 borsAuto merge of #1786 - eminence:docs, r=alexcrichton
2015-07-06 Andrew ChinUpdated guide.md with local config clarification
2015-07-06 borsAuto merge of #1782 - Dineshs91:uninstall, r=alexcrichton
2015-07-05 Seth FalconAdd test for ignoring nested self packages
2015-07-05 Seth FalconRemove readme note for libgit2
2015-07-05 dineshAdd make uninstall to .travis.yml
2015-07-05 borsAuto merge of #1785 - kennytm:patch-1, r=alexcrichton
2015-07-05 kennytmFix minor typo in `cargo rustc --help`.
2015-07-05 dineshPass prefix and destdir
2015-07-05 borsAuto merge of #1783 - c4rlo:run-typos, r=alexcrichton
2015-07-05 c4rlocargo run: fix typos in help text
2015-07-04 dineshAdd uninstall target
2015-07-03 Seth FalconDisallow nesting of packages with same packge_id
2015-07-03 Seth FalconAdd libgit2 to list of build deps in README
2015-07-03 borsAuto merge of #1778 - steveklabnik:fix_css, r=alexcrichton
2015-07-03 Steve KlabnikFix double scrollbar issue
2015-07-03 borsAuto merge of #1762 - Dineshs91:manifest, r=alexcrichton
2015-07-02 dineshCheck for empty target names
2015-07-02 dineshAdd tests for all targets without names
2015-07-02 dineshCreate a method called name on TomlTarget
2015-07-02 dineshMake lib name optional
2015-07-01 Alex CrichtonAdd a Target to the build script deps key
2015-07-01 borsAuto merge of #1748 - pwoolcoc:feature/quiet-mode,...
2015-07-01 borsAuto merge of #1775 - alexcrichton:update-cargo-lock...
2015-07-01 Alex CrichtonUpdate Cargo.lock for updated version
2015-07-01 Paul WoolcockCloses #653
2015-07-01 borsAuto merge of #1770 - alexcrichton:shell, r=alexcrichton
2015-07-01 Alex CrichtonTweak escaping on Windows shells
2015-06-29 borsAuto merge of #1760 - jdub:cc-to-gcc, r=alexcrichton
2015-06-29 Alex CrichtonDon't conditionally compile escaping strategies
2015-06-29 Alex CrichtonMerge branch 'shell-escape' of https://github.com/bluss...
2015-06-29 Jeff WaughUse gcc crate in native build script example
2015-06-29 borsAuto merge of #1761 - jdub:1684-target-examples, r...
2015-06-29 Jeff WaughAdd path and target file dependency examples
2015-06-28 borsAuto merge of #1765 - gentoo90:bash-comp, r=alexcrichton
2015-06-28 gentoo90Bashcompletion for rustc, search and help commands
2015-06-27 borsAuto merge of #1753 - alexcrichton:bump, r=brson
2015-06-26 borsAuto merge of #1757 - alexcrichton:fix-msvc-build,...
2015-06-26 Alex CrichtonGet `make test` working on MSVC
2015-06-26 borsAuto merge of #1755 - tshepang:email-got-envvar, r...
2015-06-26 borsAuto merge of #1756 - tshepang:match-names-below, r...
2015-06-26 Tshepang Lekhonkhobeuse $EMAIL environment variable as fallback
2015-06-26 Tshepang Lekhonkhobetest: names used in .cargo/config are new-foo and new...
2015-06-26 borsAuto merge of #1754 - tshepang:patch-1, r=steveklabnik
2015-06-26 Tshepang Lekhonkhobethe sentence with poor grammar was not even needed
2015-06-26 Alex CrichtonBump version to 0.4.0
2015-06-25 borsAuto merge of #1746 - alexcrichton:less-git-operations...
2015-06-25 Alex CrichtonFilter statuses only by the relevant path
2015-06-24 borsAuto merge of #1742 - dhuseby:updating_installer_to_fix...
2015-06-24 Dave Husebyupdating rust installer dependency to fix bitrig
2015-06-24 borsAuto merge of #1724 - alexcrichton:msvc, r=brson
2015-06-24 Alex CrichtonFix build on MSVC
2015-06-24 borsAuto merge of #1740 - alexcrichton:update-toml, r=alexc...
2015-06-24 Alex CrichtonBump toml to improve errors on enums
2015-06-21 borsAuto merge of #1735 - Byron:term-0.2.9-compatibility...
2015-06-21 borsAuto merge of #1737 - Byron:doc-fix, r=alexcrichton
2015-06-21 Sebastian ThielAdded EOF to shell.rs
2015-06-21 Sebastian ThielCorrection of benchmarks directory
2015-06-20 Sebastian ThielCompatibility with `term` *0.2.9*
2015-06-19 borsAuto merge of #1733 - wackywendell:project-layout,...
2015-06-19 Wendell SmithReturn guide and manifest to original format, but with...
2015-06-18 Wendell SmithMoved and expanded project layout
2015-06-17 borsAuto merge of #1730 - alexcrichton:update-docopt, r...
2015-06-17 Alex CrichtonUpdate docopt to fix some option parsing
2015-06-17 borsAuto merge of #1712 - alexcrichton:run-cargo-on-stable...
2015-06-17 Alex CrichtonMove Cargo onto stable Rust
2015-06-15 borsAuto merge of #1715 - iliekturtles:nightly-stable,...
2015-06-15 Mike BoutinRemove references to prefering nightly Rust.
2015-06-14 borsAuto merge of #1714 - alexcrichton:default-feature...
2015-06-14 Alex CrichtonFix resolution with `default-features = false`
2015-06-14 borsAuto merge of #1713 - eerden:zsh-autocompletion-testnam...
2015-06-13 Ercan ErdenDisable package completion
2015-06-13 Ercan ErdenFix bench name completion
2015-06-13 Ercan ErdenImprove autocompletion of test items
2015-06-13 Ercan ErdenFix wrong auto completion for update --precise
2015-06-13 Ercan ErdenFix error causing test name completion failure
2015-06-12 borsAuto merge of #1709 - alexcrichton:fix-some-overrides...
2015-06-12 Alex CrichtonDon't rely on Hash for Package deduplicating
2015-06-12 borsAuto merge of #1701 - alexcrichton:lenient-rustc-flags...
2015-06-12 borsAuto merge of #1705 - alexcrichton:fix-test-non-root...
next